home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / wb / DirScanner.lha / DirScanner / Docs / History < prev    next >
Encoding:
Text File  |  2000-09-30  |  5.9 KB  |  106 lines

  1. V2.12             * Mostly internal changes that made DirScanner more slim
  2. (2000-09-30)        and fast. DirScanner is now smaller and starts faster
  3.                     up. [Sebastian Bauer]
  4.  
  5. V2.11             * The abort button had to be hit several times until he 
  6. (2000-07-12)        reacted. Fixed. [Petrus Bergman]
  7.  
  8. V2.10             * Renamed ARexx.guide to DS_ARexx.guide as there were name
  9. (2000-06-24)        conflicts with ie. ImageFX. [Andreas Mixich]
  10.                   * Added a finnish translation from Sami Erikkilä.
  11.                   * Added a useful Rexx script from Andreas Mixich.
  12.                   * Some updates in the guide.
  13.                   * Added a spanish translation from Oscar Hernández Camacho
  14.                     one-time-proof-read by Dámaso Domínguez.
  15.                   * Set the stack higher. [Armin H. Pöhlmann]
  16.  
  17. V2.9              * Added a norse translation from Johnny Normann.
  18. (2000-05-31)      * Added a Rexx attribute "ISSELECTED". Have a look in the
  19.                     chapter of "GET" for details. [Nils Görs]
  20.                   * Added the command "GOTO", see the ARexx.guide for details.
  21.                     [Nils Görs]
  22.                   * Added new scripts from Nils Görs.
  23.                   * Increased some buffers. When you search not by contents
  24.                     and with no DT Recog and with Quiet List, DirScanner is
  25.                     even even faster than before.
  26.  
  27. V2.8              * Changed the format of the prefs file. It is a IFF file
  28. (2000-05-11)        now thus the format will not have to change so soon again.
  29.                   * The datatype recognition can be switched off now. Together
  30.                     with "Quiet list", DirScanner is fast even when adding many
  31.                     matches. [Nils Görs]
  32.                   * Removed the busy bar as it was just braking the scan.
  33.                   * Some optimizations done.
  34.                   * The nasty bug was even nastier than in 2.7...hopefully
  35.                     fixed now. [Lars Kristian Larsen]
  36.                   * New Rexx-Entries in the prefs window get automatically
  37.                     selected. [Pascal Chiozzi]
  38.  
  39. V2.7              * Fixed a _very_ nasty bug, that made the delete function
  40. (2000-04-13)        delete all entries if the first entry was selected.
  41.                     [Denis Zwornarz]
  42.                     
  43. V2.6              * "#?" is now the initial pattern. [Jeff Pierce]
  44. (2000-04-11)      * Speeded up "Search by contents".
  45.                   * Finally recompiled with SAS/C 6.58.
  46.                   * Removed the "no prefs" requester, as some user use the
  47.                     default and get annoyed by it. [Sebastian Bauer]
  48.                   * Replaced all HookEntrys with registrized parameters.
  49.                     That should speed up some things a little bit.
  50.                   * Added a french catalog from Pascal Chiozzi.
  51.                   * Speeded extremly up the search routine by using ExAll().
  52.                     [Sebastian Bauer]
  53.                   
  54. V2.5              * Fixed a bug that made CopyTo not work. [Bill Duxbury]
  55. (2000-04-01)
  56.  
  57. V2.4              * Added some sample rexx-scripts from Nils Görs.
  58. (2000-03-29)      * Remaped the icons for OS 3.5.
  59.                   * Delete file button added. [Denis Zwornarz]
  60.                   * Rexx command "DELETE" added.
  61.                   * Fixed a bug in the scanner module: when having aborted
  62.                     a scan, the following would search only the first path.
  63.                   * If a path is removed, all matches found in it will be
  64.                     removed too. [Bill Duxbury]
  65.                   * Added search by contents. [Nils Bandener]
  66.                   * The matches listview now supports multiselection. This
  67.                     effects on the functions from the toolbar (except of copy
  68.                     to clipboard) and their Rexx equivalents. [Nils Görs]
  69.                   * New Rexx commands added: "SELECT" and "UNSELECT".
  70.                   * New attribute for "GET" and "SELECT" added: "SELECTED".
  71.                     [Nils Görs]
  72.                   * Added preferences window and file.
  73.                   * Recompiled with vbcc which should produce better code.
  74.                   * Changed the path list from List to NList -> why should be
  75.                     both loaded?
  76.                   * Added prefs window with following options: Quiet list,
  77.                     Recurse, Viewer, Help guide, ARexx path, Default destination.
  78.                   * RexxMenu with up to 10 items added.
  79.                   * Install script removed as I have no time to keep it recent.
  80.                     If anyone is interested to do it then mail me please.
  81.                   * Added "PUBSCREEN" attribute for "GET" (with kind support from
  82.                     Sebastian Bauer, thank you!). [Nils Görs]
  83.                   * Added a NewIcon from Luca Longone.
  84.  
  85. V2.3              * Renamed "ACT_PATH" and "ACT_MATCH" to "PATH_CURS"
  86. (2000-03-07)        and "MATCH_CURS" in "SET" and "GET".
  87.                   * Added "VERSION" attribute for "GET". [Nils Görs]
  88.                   * Added "LOCKGUI" attribute for "SET" and "GET". [Nils Görs]
  89.                   * "GET MATCHFILE <nr>" is also supported now. [Nils Görs]
  90.                   * Added menuitem "Execute ARexx-Script...". [Nils Görs]                  
  91.  
  92. V2.2              * Added new Rexx command: "TOGGLE". Have a look
  93. (2000-02-26)        into the Rexx chapter for details. [Nils Görs]
  94.                   * Added attribute for the iconify state. See
  95.                     the "SET", "GET" and "TOGGLE" chapters in
  96.                     the Rexx guide how to utilitize it.
  97.                   * Some optimizations in the Rexx modules.
  98.                   * Fixed another crash in the CopyFile routine. [Bill Duxbury]
  99.                   * Enhaced the CopyFile routine.
  100.  
  101. V2.1              * Installscript included.
  102. (2000-02-25)      * Nasty crash fixed if copying big files. [Bill Duxbury]
  103.  
  104. V2.0              * Too much changes to be listed here please read the
  105. (2000-02-20)        manual.
  106.